home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / x / scrolllist.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  462b  |  25 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the X user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    Version 0.8
  9.    Fri Feb  1 1991
  10.  
  11.    jonathan@Think.COM
  12.  
  13. */
  14.  
  15. #ifndef _H_SCROLLLIST
  16. #define _H_SCROLLLIST
  17.  
  18. typedef struct scrollList {
  19.   Widget ListWidget;
  20.   char* name;
  21.   XtCallbackProc callback;
  22. } _ScrollList, *ScrollList;
  23.  
  24. #endif
  25.